home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / include / pragmas / mathieeesingtrans_pragmas.h < prev    next >
C/C++ Source or Header  |  1997-09-09  |  1KB  |  24 lines

  1. /* $VER: ../include/pragmas/mathieeesingtrans_pragmas.h 1.0 (9.8.97) */
  2. #ifndef MathIeeeSingTransBase_PRAGMA_H
  3. #define MathIeeeSingTransBase_PRAGMA_H
  4.  
  5. #pragma libcall MathIeeeSingTransBase IEEESPAtan 1e 001
  6. #pragma libcall MathIeeeSingTransBase IEEESPSin 24 001
  7. #pragma libcall MathIeeeSingTransBase IEEESPCos 2a 001
  8. #pragma libcall MathIeeeSingTransBase IEEESPTan 30 001
  9. #pragma libcall MathIeeeSingTransBase IEEESPSincos 36 0802
  10. #pragma libcall MathIeeeSingTransBase IEEESPSinh 3c 001
  11. #pragma libcall MathIeeeSingTransBase IEEESPCosh 42 001
  12. #pragma libcall MathIeeeSingTransBase IEEESPTanh 48 001
  13. #pragma libcall MathIeeeSingTransBase IEEESPExp 4e 001
  14. #pragma libcall MathIeeeSingTransBase IEEESPLog 54 001
  15. #pragma libcall MathIeeeSingTransBase IEEESPPow 5a 0102
  16. #pragma libcall MathIeeeSingTransBase IEEESPSqrt 60 001
  17. #pragma libcall MathIeeeSingTransBase IEEESPTieee 66 001
  18. #pragma libcall MathIeeeSingTransBase IEEESPFieee 6c 001
  19. #pragma libcall MathIeeeSingTransBase IEEESPAsin 72 001
  20. #pragma libcall MathIeeeSingTransBase IEEESPAcos 78 001
  21. #pragma libcall MathIeeeSingTransBase IEEESPLog10 7e 001
  22.  
  23. #endif
  24.